﻿/*通用*/
html {
    font-size: 18px;
}

.main {
    width: 100%;
    height: auto;
    /*overflow-y:hidden;*/
}
.blackwhite {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.container {
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
}
.cut3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: inherit;
}
.cut2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: inherit;
}
.font9{
    font-size:0.9rem;
}
.font8 {
    font-size: 0.8rem;
}
.font14 {
    font-size: 1.3rem;
}
.dn {
    display: none;
}

.db {
    display: block;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.w775 {
    width: 775px;
}

.w600 {
    width: 600px;
}

.w550 {
    width: 550px;
}

.w385 {
    width: 385px;
}
.w-30 {
    width: 30% !important;
}
.w-60 {
    width: 60% !important;
}
.mt-6 {
    margin-top: 2.5rem !important;
}
.tx-small {
    font-size:0.8em;
}
.overhide {
    overflow: hidden;
}
input,
select {
    outline: none;
}

.ub-img {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-imgb {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ub-img1 {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.ub-img1c {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ub-img1b {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ub-img2 {
    background-repeat: repeat-x;
    background-size: auto 100%
}

.ub-img3 {
    background-repeat: repeat-y;
    background-size: 100% auto
}

.ub-img4 {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img5 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img6 {
    background-repeat: no-repeat;
    background-position: center;
}

.ub-img7 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
}

.ub-img8 {
    background-repeat: repeat-x;
    background-position: center center;
}

.ub-img9 {
    background-repeat: repeat;
}

.ub-img10 {
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-attachment: fixed
}
.border-5 {
    border-width: 5px;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.btn-link:hover {
    color: inherit;
    text-decoration: underline;
}
.btn-link:focus {
    text-decoration: inherit;
}
.accordion .card-header {
    padding: 0.25rem 0.5rem;
}
#leadercard {
    overflow: hidden;
    min-height:200px;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ty_header {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ty_head .search-wrap {
    display: inline-block;
    float: right;
}
.menunav.gray {
    background: rgba(125, 125, 125, 0.5)!important;
}
.navL {
    width: 500px;
    font-size: 14px;
}

.navR {
    width: 600px;
    font-size: 14px;
}

.navL #date1 {
    margin-top: 18px;
    margin-right: 20px;
    color: #fff;
}

.search-wrap {
    width: 280px;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
    border-radius: 5px;
    background: #fff;
}

.search-wrap .search-input {
    height: 38px;
    line-height: 38px;
    border: 0;
    display: table-cell;
    width: 240px;
    color: #999;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: inherit;
    font-size: 14px;
    border-radius: 5px;
    float: left;
}

.search-wrap .search-input:focus {
    outline: none;
    border-color: transparent;
}

.search-wrap .icon-search {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 38px;
    border: 0;
    color: transparent;
    margin-left: -4px;
    background: url(../images/icon_search_normal_1207.png) no-repeat center center;
    float: right;
    cursor: pointer;
}

.search-wrap .icon-search:hover {
    background: url(../images/icon_search_hover_1207.png) no-repeat center center;
}

.search-form {
    margin-top:20px;
}
.search-form input {
    width: 282px;
    height: 40px;
    line-height: 40px;
    padding: 0 80px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #2C2D3F;
}

.search-form button {
    width: 60px;
    height: 41px;
    border: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid transparent;
    margin-left: -60px;
}

.site_name {
    text-align: left;
}

.site_name img {
    margin-top: 30px;
    margin-bottom:30px;
    height: 70px;
}
.page_index img {
    margin-top: 80px!important;
    margin-bottom: 85px!important;
}
/*首页菜单*/
.menunav {
    height: 62px;
}
.menunav ul {
  font-size: 0;
  /*padding: 0;*/
}
.menunav ul li {
  text-align: center;
  display: inline-block;
  font: normal 24px/62px '微软雅黑';
  letter-spacing: 3px;
}
.menunav ul li a {
  color: #fffefe;
  display: block;
}
.menunav ul li:hover {
  font-weight: bold;
}
.menunav ul li.active,.leaderspage .active {
  font-weight: bold;
}
.hl_nav {
    position: relative;
    width:100%;
}
.hl_nav a{
    display: block;
    text-decoration: none;
}
.hl_nav .shade{
    position: absolute;
    width: 100%;
    height: 40px;
    top: 62px;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.hl_nav .nav_list{
    /*position: absolute;
    top: 0;
    width: calc(100% - 1.5rem);
    overflow: hidden;*/
    margin-bottom:0;
}
.hl_nav .nav_list>li{
    padding: 0;
    margin: 0;
    text-align: center;
}
.hl_nav .nav_list > li .menuarrow {
    position: absolute;
    bottom: 9999px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent white transparent;
    left: calc(50% - 6px);
}
.hl_nav .nav_list>li:hover .menuarrow{
    bottom: 0;
}
.hl_nav .nav_head{
    position: relative;
}

.hl_nav .nav_list>li>ul{
    position: absolute;
    width: 100%;
    top: 62px;
    z-index: 2;
    padding: 0;
    margin: 0;
    line-height: 40px;
    background-color:#fff;
    display: none;
}

.hl_nav .nav_list>li:hover>ul{
    display: block;
}


.hl_nav .nav_list>li>ul.offset_left{
    left: 0;
}
.hl_nav .nav_list>li>ul.offset_left.offset_1{
    left: 10%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_2{
    left: 20%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_3{
    left: 30%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_4{
    left: 40%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_5{
    left: 50%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_6{
    left: 60%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_7{
    left: 70%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_8{
    left: 80%;
}
.hl_nav .nav_list>li>ul.offset_right{
    right: 0;
}
.hl_nav .nav_list>li>ul.offset_right.offset_1{
    right: 10%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_2{
    right: 20%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_3{
    right: 30%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_4{
    right: 40%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_5{
    right: 50%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_6{
    right: 60%;
}

/*.hl_nav .nav_list>li>ul>li{
    float: left;
}*/
.hl_nav .nav_list>li>ul>li>a{
    text-decoration: none;
    display: block;
    color: #666666;
    padding: 0 10px;
    font-size:18px;
}
.hl_nav .nav_list>li>ul>li>a:hover{
    background-color: #ffffff;
    color: #999999;
}

.hl_nav .nav_list:hover + .shade{
    display: block;
}
/*首页头条*/
.toutiao h1 {
    margin-top: 22px;
    font: bold 40px/60px "微软雅黑";
    text-align: center;
}
.toutiao h1 {
    line-height: 44px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.toutiao h1 a {
    font-size: 32px;
    color: #fff;
}
.toutiao h1 a:hover {
    color:#F8E792;
}
/*首页轮播*/
.swiper_focus {
    margin-top: 25px;
    padding: 25px;
    background: #fff;
}
.swiper_focus #indexswiper{
    height:346px;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    bottom: 0;
    text-align: left;
    padding:10px 20px;
    background-color: rgba(0,0,0,0.6);
}
.carousel-indicators {
    left: auto;
    padding-right: 20px;
    margin-bottom: 7px;
    margin-left:0px;
    margin-right:0px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.newslist{
    padding-left:0;
    margin-bottom:0;
}
.newslist li {
    padding: 11.6px 0;
    border-bottom-style: dashed!important;
}
.yaowen .newslist li {
    padding: 9.5px 0 !important;
}
.newslist a:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #999;
    float: left;
    margin: 10px 10px 0 0;
    border-radius: 50%;
}
/*主任之窗*/
.leaders .bossface{
    width:120px;
}
.leaders ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.leaders li {
    float:left;
    margin-bottom:0.3rem;
    /*padding:0 30px 6px 0;*/
}
.leaders li:nth-of-type(even) {
    margin-left:1.3rem;
}
.leaders .title {
    white-space:nowrap;
    padding-right:20px;
}
.leaders td{
    padding-bottom:16px;
}
/*组织机构*/
.blocktitle .line {
    position:relative;
}
.blocktitle .line:after {
    position: absolute;
    content: "";
    height: 0px;
    top: calc(50% - 4px);
    width: 100%;
    border-bottom: 4px solid;
}
.blocktitle .line2 {
    position:relative;
    width:60px;
}
.blocktitle .line2:after {
    position: absolute;
    content: "";
    height: 0px;
    top: calc(50% - 4px);
    width: 100%;
    border-bottom: 4px dashed;
}
.orgs .iconfont {
    padding:10px;
    font-size: 2rem;
    border-radius:50%
}
.orgs .org{
    margin-top:1.2rem;
}
.orgs a .name {
    font-size: 0.8rem;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tools .iconfont {
    font-size: 3rem!important;
}
.collist .card-header {
    font-size:1.1rem;
    letter-spacing:2px;
}
.collist .list-group.zhuangongwei {
    text-align:left;
}
/*首页栏目稿件列表集合*/
.tabnewslist .tabheader {
    position: relative;
}
.tabnewslist .nav-pills .nav-link {
    padding: 0 0 5px 0;
    border-radius: 0;
    color: #999;
    font-size: 1.15rem;
    letter-spacing:3px;
}
.tabnewslist .nav-pills .nav-link.active, .tabnewslist .nav-pills .nav-link:hover {
    background-color: #fff;
    border-bottom: 3px solid;
}
.tabnewslist .nav-pills .nav-item{
    padding-right:40px;
}
.tabnewslist #yaowenzhuangongweiquxiangongzuo-tab.nav-pills .nav-item{
    padding-right: 20px;
}
.tabnewslist .morelink {
    position: absolute;
    right: 0;
    top: 5px;
}
.tabnewslist .card .dbface {
    height:202px;
    width:100%;
}
.tabnewslist .card .team, .dbpage .card p {
    margin-bottom: 0rem;
}
.dbpage .card .dbface {
    height: 180px;
    width: 100%;
}
.dbpage .card .card-body p {
    font-size:0.8rem;
}
/*人大期刊*/
.periodical img{
    height:240px;
}
.vcr .cover {
    height:90px;
}
.vcr .card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
/*友情链接*/
.friendliks .dropdown-menu {
    max-height: 300px;
    overflow: auto;
}
/*页脚*/
.footer .qrcode {
    height:80px;
}
.footer .declare {
    padding: 0 40px;
    font-size: 0.8rem;
    text-align: center;
}
.footer ol, .menubread ol{
    margin-bottom: 0px;
    background-color:transparent;
    padding:0px;
}
/*稿件正文*/
.menubread {
    padding: 20px;
    background: rgb(244, 244, 244);
}
.insidebody {
    background-color: #fff;
    padding: 20px 40px;
    min-height:400px;
}
.article .news_body{
    max-width:1000px;
    margin-right:auto;
    margin-left:auto;
    line-height:30px;
}
.article .news_info {
    font-size:0.9rem;
}
.article .newsmusic .codetips {
    font-size:0.8rem;
}
.article .textbody img, .article .textbody .vcrframe, .article .textbody .swiperframe {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
/* .article .textbody img{
    display: block;
} */
.article .news_body p {
    margin-bottom:unset;
    text-align:justify;
}
.article .photos,.article .newsfile,.article .newsvcr {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#qrcode img{
    margin:auto;
}
/*栏目*/
.column .cover {
    width:200px;
    min-height:113px;
/*    height:100%;*/
    border-radius:6px;
}
.column .newstitle {
    font-size:1.2rem;
}
.column .newstime .year {
    font-size: 18px;
    background: #fff;
    font-style: normal;
    padding: 0 2px;
    position:relative;
}
.column .newstime .year span {
    padding:0 2px;
    background-color:#fff;
    position:relative;
}
.column .newstime .year:before {
    position: absolute;
    content: "";
    height: 0px;
    top: 50%;
    width: 80%;
    border-bottom: 1px solid;
    border-bottom-color: #999;
    left:10%;
}
.column .newstime .day {
    font-size: 28px;
    line-height:2rem;
}
.column .abstract {
    font-size: 0.9rem;
    word-break: break-all;
}
.collist {
    width: 250px;
}
/*组成人员*/
.pagemembers .accordion-button:not(.collapsed) {
    background-color: unset; 
}
.pagemembers .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}
/*主任之窗*/
.leaderspage .leaderlist {
    line-height:2rem;
}

.leaderspage .leadertext{
    background-image:url(../images/chongqing.jpg)
}

.leaderspage pre {
    line-height: 1.6rem;
    font-size: 1rem;
    margin-top: 15px;
    white-space: break-spaces;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: unset;
    text-align: justify;
}
/*普通专题*/
/*.zt-normal {
    -webkit-column-width: 540px;*/ /*Safari and Chrome*/
    /*-moz-column-width: 540px;*/ /*Firefox*/
    /*-o-column-width: 540px;*/ /*Opera*/
    /*-ms-column-width: 540px;*/ /*IE*/
    /*column-width: 540px;
}*/
.ztitem {
    width: 550px;
    overflow: auto; /*防止内容溢出导致布局错位*/
}
.ztitem .card{
    background-color: #fafafa;
}


@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cardrow {
    -ms-flex-direction:row!important;
    flex-direction:row!important;
}
.hidden-text {
    height: 390px;
    overflow: hidden;
    position: relative;
}
.closehide {
    padding: 40px 10px 0px;
    font-size:0.8em;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    text-align: center;
    background-image: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,1));
}
.abstract.cut3{
    max-height: 75px;
}
.flex-grow-1{
    width: 100px !important;
}